fix: unify system upgrade logic#335
Conversation
Only enable incremental update when - intranet-update is false - incremental-update is true Task: https://pms.uniontech.com/task-view-387631.html
|
CLA Assistant Lite bot: |
deepin pr auto review代码审查报告1. 逻辑与语法审查新增函数 func (c *Config) UseIncrementalUpdate() bool {
return !c.IntranetUpdate && c.IncrementalUpdate
}
修改点:
2. 代码质量
3. 代码性能
4. 代码安全
5. 改进建议
总结本次修改通过引入 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: qiuzhiqian, zhaohuiw42 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Only enable incremental update when
Task: https://pms.uniontech.com/task-view-387631.html